Builder

open class Builder(source)

Builder class for CarExtender.UnreadConversation objects.

Constructors

Link copied to clipboard
constructor(@NonNull name: @NonNull String)
Constructs a new builder for CarExtender.UnreadConversation.

Functions

Link copied to clipboard
@NonNull
open fun addMessage(@Nullable message: @Nullable String): @NonNull NotificationCompat.CarExtender.UnreadConversation.Builder
Appends a new unread message to the list of messages for this conversation.
Link copied to clipboard
Builds a new unread conversation object.
Link copied to clipboard
Sets the timestamp of the most recent message in an unread conversation.
Link copied to clipboard
@NonNull
open fun setReadPendingIntent(@Nullable pendingIntent: @Nullable PendingIntent): @NonNull NotificationCompat.CarExtender.UnreadConversation.Builder
Sets the pending intent that will be sent once the messages in this notification are read.
Link copied to clipboard
@NonNull
open fun setReplyAction(@Nullable pendingIntent: @Nullable PendingIntent, @Nullable remoteInput: @Nullable RemoteInput): @NonNull NotificationCompat.CarExtender.UnreadConversation.Builder
Sets the pending intent and remote input which will convey the reply to this notification.